/ Assembly List / LJCDBViewDAL / ViewDataManager / LoadWithParentID

Namespace - LJCDBViewDAL


Parameters
parentID - The Reference ID value.
propertyNames - The included property names.

Returns

The collection of Data Objects.

Syntax

C#
public Views LoadWithParentID(Int32 parentID, List<String> propertyNames = null)

Loads a collection of Data Records with the supplied value.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.